翻訳と辞書
Words near each other
・ Asynapteron ranthum
・ Async Corp.
・ Asynchronous array of simple processors
・ Asynchronous Balanced Mode
・ Asynchronous cellular automaton
・ Asynchronous circuit
・ Asynchronous communication
・ Asynchronous communication mechanism
・ Asynchronous conferencing
・ Asynchronous Connection-Less
・ Asynchronous I/O
・ Asynchronous Layered Coding
・ Asynchronous learning
・ Asynchronous method dispatch
・ Asynchronous method invocation
Asynchronous module definition
・ Asynchronous operation
・ Asynchronous semaphore
・ Asynchronous serial communication
・ Asynchronous serial interface
・ Asynchronous system
・ Asynchronous System Trap
・ Asynchronous Transfer Mode
・ Asynchrony
・ Asynclitic birth
・ Asyncritus of Hyrcania
・ Asyndeton
・ Asyndetus
・ Asynergy
・ Asyneuma


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Asynchronous module definition : ウィキペディア英語版
Asynchronous module definition

Asynchronous module definition (AMD) is a JavaScript specification that defines an API for defining code modules and their dependencies, and loading them asynchronously if desired. Implementations of AMD provide the following benefits:
* Website performance improvements. AMD implementations load smaller JavaScript files, and only load them when they're needed.
* Fewer page errors. AMD implementations allow developers to define dependencies that must load before a module is executed, so the module doesn't try to use outside code that isn't yet available.
In addition to loading multiple JavaScript files at runtime, AMD implementations allow developers to encapsulate code in smaller, more logically-organized files in a way similar to other programming languages such as Java. For production and deployment, developers can concatenate and minify JavaScript modules based on an AMD API into one file, the same as traditional JavaScript.
The AMD specification is implemented by Dojo Toolkit, RequireJS, and ScriptManJS.
==References==

* (AMD API wiki )
* (Why AMD? (Require.js) )
* (Dojo Introduction to AMD )
* (Writing Modular JavaScript With AMD, CommonJS & ES Harmony (Addy Osmani) )


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Asynchronous module definition」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.